home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / ESTRATEGIA / BATTLE_SHIPS.SWF / scripts / frame_48 / DoAction.as
Text File  |  2003-11-17  |  199b  |  10 lines

  1. sd = "6";
  2. if(c1 and pl1 == "0" or c2 and pl2 == "0" or c3 and pl3 == "0" or c4 and pl4 == "0" or c5 and pl5 == "0" or c6 and pl6 == "0")
  3. {
  4.    gotoAndPlay(49);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(44);
  9. }
  10.